.Net Framework > v2.0.50727 > System > Collections > Generic > SortedList<TKey,TValue> > SortedList<TKey,TValue> SortedList<TKey,TValue>()
SortedList<TKey,TValue>(IComparer<TKey>)
SortedList<TKey,TValue>(IDictionary<TKey,TValue>)
SortedList<TKey,TValue>(IDictionary<TKey,TValue>,IComparer<TKey>)
SortedList<TKey,TValue>(Int32)
SortedList<TKey,TValue>(Int32,IComparer<TKey>)


SortedList<TKey,TValue>()

Category
Constructor
Description
Initializes a new instance of the System.Collections.Generic.SortedList`2 class that is empty, has the default initial capacity, and uses the default System.Collections.Generic.IComparer`1.
Type
void
Character
public
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

SortedList<TKey,TValue>(IComparer<TKey>)

Category
Constructor
Description
Initializes a new instance of the System.Collections.Generic.SortedList`2 class that is empty, has the default initial capacity, and uses the specified System.Collections.Generic.IComparer`1.
Type
void
Character
public
Parameters
NameTypeDescription
comparerSystem.Collections.Generic.IComparer<TKey>
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

SortedList<TKey,TValue>(IDictionary<TKey,TValue>)

Category
Constructor
Description
Initializes a new instance of the System.Collections.Generic.SortedList`2 class that contains elements copied from the specified System.Collections.Generic.IDictionary`2, has sufficient capacity to accommodate the number of elements copied, and uses the default System.Collections.Generic.IComparer`1.
Type
void
Character
public
Parameters
NameTypeDescription
dictionarySystem.Collections.Generic.IDictionary<TKey,TValue>
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

SortedList<TKey,TValue>(IDictionary<TKey,TValue>,IComparer<TKey>)

Category
Constructor
Description
Initializes a new instance of the System.Collections.Generic.SortedList`2 class that contains elements copied from the specified System.Collections.Generic.IDictionary`2, has sufficient capacity to accommodate the number of elements copied, and uses the specified System.Collections.Generic.IComparer`1.
Type
void
Character
public
Parameters
NameTypeDescription
dictionarySystem.Collections.Generic.IDictionary<TKey,TValue>
comparerSystem.Collections.Generic.IComparer<TKey>
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

SortedList<TKey,TValue>(Int32)

Category
Constructor
Description
Initializes a new instance of the System.Collections.Generic.SortedList`2 class that is empty, has the specified initial capacity, and uses the default System.Collections.Generic.IComparer`1.
Type
void
Character
public
Parameters
NameTypeDescription
capacityInt32
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

SortedList<TKey,TValue>(Int32,IComparer<TKey>)

Category
Constructor
Description
Initializes a new instance of the System.Collections.Generic.SortedList`2 class that is empty, has the specified initial capacity, and uses the specified System.Collections.Generic.IComparer`1.
Type
void
Character
public
Parameters
NameTypeDescription
capacityInt32
comparerSystem.Collections.Generic.IComparer<TKey>
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database